/* 푸터 */
#wrap > #body > #body_content > #footer_wrap{
	max-width:700px;
	color:#fff;
	font-size:12px;
	background-color:#000;
	margin:auto;
}
#wrap > #body > #body_content > #footer_wrap a,
#wrap > #body > #body_content > #footer_wrap a:visited,
#wrap > #body > #body_content > #footer_wrap a:hover{
	color:#fff;
	text-decoration:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top{
	border-bottom:1px solid #777;
	padding:17px 0px;
	margin-left:10px;
	margin-right:10px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div.menu{
	text-align:center;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div.menu > ul{
	font-size:0px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div.menu > ul > li{
	position:relative;
	display:inline-block;
	list-style:none;
	font-size:13px;
	padding:0px 7px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div.menu > ul > li:not(:last-child):before{
	position:absolute;
	top:6px;
	right:0px;
	width:2px;
	height:10px;
	background-color:#fff;
	opacity:1;
	content:"";
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div.sns{
	text-align:center;
	margin-top:10px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div.sns > ul{
	font-size:0px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div.sns > ul > li{
	position:relative;
	display:inline-block;
	list-style:none;
	margin-right:10px;
}
#wrap > #body > #body_content > #footer_wrap > #footer_top > div.sns > ul > li:last-child{
	margin-right:-1px;
}
#wrap > #body > #body_content > #footer_wrap > #footer{
	text-align:center;
	padding:17px 0px;
	margin-left:10px;
	margin-right:10px;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul{
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li{
	list-style:none;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li.logo img{
	height:40px;
	vertical-align:top;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li.content{
	margin-top:20px;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li.content .tel{
	font-size:25px;
	font-weight:600;
}
#wrap > #body > #body_content > #footer_wrap > #footer > ul > li .copy{
	border-top:1px solid #777;
	margin-top:17px;
	padding-top:17px;
}

/* 푸터 sub */
#wrap > #body > #body_content > #footer_wrap_sub{
	position:fixed;
	left:50%;
	transform:translateX(-50%);
	bottom:0px;
	width:100%;
	max-width:700px;
	color:#aaa;
	font-size:12px;
	background-color:#fff;
	margin:auto;
}
#wrap > #body > #body_content > #footer_wrap_sub a,
#wrap > #body > #body_content > #footer_wrap_sub a:visited,
#wrap > #body > #body_content > #footer_wrap_sub a:hover{
	color:#aaa;
	text-decoration:none;
}
#wrap > #body > #body_content > #footer_wrap_sub > #footer_sub{
	text-align:center;
	padding:17px 0px;
	margin-left:10px;
	margin-right:10px;
}
#wrap > #body > #body_content > #footer_wrap_sub > #footer_sub > ul{
	font-size:0px;
}
#wrap > #body > #body_content > #footer_wrap_sub > #footer_sub > ul > li{
	position:relative;
	display:inline-block;
	list-style:none;
	font-size:14px;
	padding:0px 10px;
}
#wrap > #body > #body_content > #footer_wrap_sub > #footer_sub > ul > li:not(:last-child):before{
	position:absolute;
	top:6px;
	right:-1px;
	width:2px;
	height:10px;
	background-color:#aaa;
	opacity:1;
	content:"";
}